Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Completed implementation #45

Merged
merged 5 commits into from
Sep 30, 2019

Conversation

kaleho
Copy link
Contributor

@kaleho kaleho commented Sep 13, 2019

@Aaronontheweb This is the completed branch I mentioned. I am attaching a capture of the tests as well as the output of the failed tests. As I mentioned the two tests fail when the entire group is run but if I run individually they pass.

Hope that makes sense.

Snippet-TestResults_TwoFailing_20190913
Snippet-TestResults_Passing_20190913

ReadJournal_CurrentEventsByPersistenceId_should_return_empty_stream_for_cleaned_journal_from_0_to_MaxLong.txt
ReadJournal_CurrentEventsByPersistenceId_should_return_remaining_values_after_partial_journal_cleanup.txt

Implemented HighestSequenceNrEntry to keep track of the highest sequence number separate from the journal entries themselves

Updated replay query to consider the highest sequence number entry
…ion of the two tests that will not pass when the entire spec is run but will pass if run individually
@Aaronontheweb
Copy link
Member

@kaleho looks great - I'll review it as soon as I can.

@Aaronontheweb
Copy link
Member

Looks like we have a couple of merge conflicts here since I merged in your other PR @kaleho - I'll try to get these fixed myself today, but if you can beat me to the punch I'd appreciate it. Once those are in I'll release this to NuGet.

@kaleho
Copy link
Contributor Author

kaleho commented Sep 24, 2019

@Aaronontheweb I will try and take care of it tonight.

@kaleho
Copy link
Contributor Author

kaleho commented Sep 24, 2019

I kdiff'ed the files and re-ran the tests. I think it is good now.

@Aaronontheweb
Copy link
Member

@kaleho thanks, I'll review it.

@Aaronontheweb
Copy link
Member

LGTM - going to pull down the source and do some more tweaks before we do a release. Great work @kaleho

@Aaronontheweb Aaronontheweb merged commit d8c3a7f into petabridge:dev Sep 30, 2019
IgorFedchenko pushed a commit to IgorFedchenko/Akka.Persistence.Azure that referenced this pull request Jul 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants